home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 65.zip / BS1 part 65 / Word Perfect 5.0 disk 1.adf / s / startup-sequence < prev   
Text File  |  1989-06-17  |  627b  |  23 lines

  1. Addbuffers df0: 10
  2. c:SetPatch >NIL:                ;patch system functions
  3. cd c:
  4. BindDrivers
  5. SetClock load                   ;load system time from real 
  6.                                 ;time clock (A1000 owners should
  7.                                 ;replace the SetClock load with Date
  8. ;
  9. resident CLI L:Shell-seg SYSTEM pure add
  10. mount newcon:                  
  11. ;
  12. failat 11
  13. ;
  14. makedir ram:t
  15. assign t: ram:t
  16. ;
  17. SYS:System/SetMap usa1          ;Activate the ()/* on keypad
  18. ;
  19. path ram: c: sys:system s: sys:prefs add ;set path for Workbench
  20. ;
  21. LoadWB                          ;wait for inhibit to end before continuing
  22. endcli >NIL:
  23.